Package-level declarations

Types

Link copied to clipboard
data class Like(val localId: Long = 0, val serverId: String? = null, val name: String, val category: String)

This class represents a Like entity.

Functions

Link copied to clipboard
fun CantEatScreen(cantEatViewModel: CantEatViewModel = viewModel(factory = CantEatViewModel.Factory))

Composable function for the CantEatScreen.